home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
editor
/
jmedia20.zip
/
JMDEMO2.EXE
/
CATALOG.J
< prev
next >
Wrap
Text File
|
1995-01-03
|
2KB
|
80 lines
'Setup 320x200x16 screen
Screen 3
KillMouseFields
'Create a background using one of the standard patterns
FillStyle xHatchFill Green
Bar 0 0 +320 +200
'break screen into a 100x100 area
SetDimensions 320 200 100 100
'create metalic window. You specify the entire path for the filename
'eg. Wizard 5 5 +96 +78 c:\jmedia\metwin.wiz
Wizard 5 5 +96 +78 metwin.wiz
'window description
Color DarkGray
TextXY 8 9 SHAREWARE SOFTWARE
'set button style fields
ButtonStyle.Width 50
ButtonStyle.Height 16
ButtonStyle.Orient 2
ButtonStyle.BevSize 2
ButtonStyle.DFore White
ButtonStyle.DBack 0
ButtonStyle.Bright 15
ButtonStyle.Dark 8
ButtonStyle.Surface Blue
ButtonStyle.GroupNum 0
ButtonStyle.UlineCol 14
ButtonStyle.CornerCol 7
ButtonStyle.IconButton OFF
ButtonStyle.PlainButton ON
ButtonStyle.ClipButton OFF
ButtonStyle.Mouse ON
ButtonStyle.Invertable OFF
ButtonStyle.Reset OFF
ButtonStyle.Chisel OFF
ButtonStyle.Recess OFF
ButtonStyle.Shadow ON
ButtonStyle.Stamp OFF
ButtonStyle.Bevel ON
ButtonStyle.Underline OFF
ButtonStyle.HotIcon OFF
ButtonStyle.ADJ OFF
ButtonStyle.RadioGroup OFF
ButtonStyle.Sunken ON
ButtonStyle.CheckBoxGroup OFF
ButtonStyle.HighlightKey OFF
ButtonStyle.Explode OFF
ButtonStyle.LeftJustify OFF
ButtonStyle.RightJustify OFF
ButtonStyle.Selected OFF
ButtonStyle
'Setup small font to be used with buttons
FontStyle Small HorizDir 4
'Create buttons and use remapkey to remap buttons to use extended
'up/down arrow keys
Button 46 88 0 0 u <>UP<>MOVEUP
RemapKey u #18432
Button 65 88 0 0 d <>DOWN<>MOVEDOWN
RemapKey d #20480
Button 84 88 0 0 #32 <>OK<>SAVEPOS^MACCEPT^M
'Will restore previous selected position in the picklist window
'has no effect the first time it is executed
Push RESTOREPOS
'Create a picklist window
TextWindow 3 4 +33 +15 NO 0
TextBackground Blue
'Start picklist
PickList Titles.PL